home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2005 May / CyberMycha 05-2005 (Poland).bin / Immortal / cotndemo.exe / AdobeInstall.exe / Reader / plug_ins / EScript.api / EXVW / 6200 < prev    next >
Encoding:
Text File  |  2002-08-11  |  290 b   |  10 lines

  1. dialog(name: '$$$/Dialogs/Response')
  2. {
  3.     view(align_children: align_left)
  4.     {
  5.         static_text(item_id: 'ques', name: '$$$/Dialogs/Response/Question', alignment: align_fill, height: gStaticTextHeight * 2);
  6.         edit_text(item_id: 'rsps', width: max_char_width() * 25);
  7.         ok_cancel();
  8.     }
  9. }
  10.